memory bottleneck meaning in English
存储器瓶颈
Examples
- Memory bottlenecks can cause increased cpu , disk i o , and slower response times
内存的瓶颈可能会引起cpu 、磁盘i / o资源的浪费以及响应时间变慢。 - Suffix tree is a good index structure for smaller sequences , but it not suit large sequences , due to the so - called “ memory bottleneck ” . the suffix array is the closest competing structure , as it needs less space than a suffix tree . however , it is not convenient for searching
对于较小的序列来说,后缀树索引无疑是一种很好的解决办法,但由于它产生了“内存瓶颈” ,不适合大的序列;后缀数组是另一种最具有竞争力的索引结构,与后缀树相比,它需更少的存储空间,但在数据搜索方面却效率较低;基于q - gram和q - sample的索引方法虽然能用于快速搜索,但是不能用于搜索相似度低的数据。